VOCAB

Syntax: VOCAB [ #channel, ] type
    or: VOCAB [ #channel ] [,type]
Location: VOCAB (DIY Toolkit, Vol X)

This command lists all of the names which fall into a given category and are recognised by the SuperBASIC interpreter in the given channel (default #1).

If type is not specified, then it is assumed to be type=8.

The names are listed in columns, calculated by reference to the width of the specified channel (set by WIDTH for non-window devices).

The values for type are:

type Category of names listed
0    Unset Names
2    Simple Variables
3    Dimensioned Variables
4    SuperBASIC PROCedures
5    SuperBASIC FuNctions
6    Used REPeat loops
7    Used FOR loops
8    Machine code Procedures
9    Machine code Functions

CROSS-REFERENCE:
Use SXTRAS if you have a lot of extensions in memory and you are looking for a specific one. 
See also TYPE.
